"night owl" shadcn/ui theme

night owl
nocturnal
elegance
minimalism
modern
contrast
serenity
mystique
carbon
amber

Shadcn/ui Theme Css Variables

name: Nocturnal Elegancekeyword: night owl views: 4

:root {
  --background: 0 0% 97%;
  --foreground: 240 10% 3.9%;
  --card: 0 0% 100%;
  --card-foreground: 240 10% 3.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 240 10% 3.9%;
  --primary: 215 25% 27%;
  --primary-foreground: 0 0% 100%;
  --secondary: 215 10% 85%;
  --secondary-foreground: 215 25% 27%;
  --muted: 215 10% 90%;
  --muted-foreground: 215 10% 45%;
  --accent: 40 90% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 215 10% 85%;
  --input: 215 10% 85%;
  --ring: 215 25% 27%;
  --radius: 0.75rem;
  --chart-1: 215 25% 27%;
  --chart-2: 40 90% 50%;
  --chart-3: 215 10% 85%;
  --chart-4: 240 10% 3.9%;
  --chart-5: 0 0% 97%;
} 

.dark {
  --background: 240 10% 3.9%;
  --foreground: 0 0% 97%;
  --card: 240 10% 7%;
  --card-foreground: 0 0% 97%;
  --popover: 240 10% 7%;
  --popover-foreground: 0 0% 97%;
  --primary: 215 25% 27%;
  --primary-foreground: 0 0% 97%;
  --secondary: 215 10% 15%;
  --secondary-foreground: 215 25% 27%;
  --muted: 215 10% 20%;
  --muted-foreground: 215 10% 70%;
  --accent: 40 90% 50%;
  --accent-foreground: 0 0% 97%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 97%;
  --border: 215 10% 15%;
  --input: 215 10% 15%;
  --ring: 215 25% 27%;
  --radius: 0.75rem;
  --chart-1: 215 25% 27%;
  --chart-2: 40 90% 50%;
  --chart-3: 215 10% 15%;
  --chart-4: 0 0% 97%;
  --chart-5: 240 10% 3.9%;
}